The Big Picture of Your Package

1. Python scripts Purpose
- hf_utils.py: Downloads files from Hugging Face.
- runner.py: (The code above) Wraps llama_cpp and runs the AI math.
- ui.py: Contains the get_dashboard_html() function returning our massive HTML/CSS string.
- server.py: Contains the FastAPI setup, reads Logo.svg, imports the UI from ui.py, imports the runner from runner.py, and starts the CLI.
- Logo.svg: Vector logo file.
